home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / progtool / c / dev_lib1 / src / device.prj < prev    next >
Text File  |  1995-11-25  |  425b  |  25 lines

  1. ;
  2. ; Project    :        Device Library
  3. ; Author     :        Jan Kriesten
  4. ; Date       :        29.03.1994
  5. ;
  6.  
  7. D:\PURE-C\LIB\DEVICE.LIB
  8.  
  9. .C[-C -P -K]                ; Optionen Compiler
  10. .S[-S]                        ; -"-      Assembler
  11. .L[-J]                        ; Neues Objektformat
  12.  
  13. =
  14.  
  15. ; ########### 'C' Modules ##########
  16.  
  17.  DEV_LIB.C
  18.  
  19. ; ######## Assembler Modules #######
  20.  
  21.     PORT.S
  22. DEV_MISC.S
  23.  
  24. ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  25.